Welcome![Sign In][Sign Up]
Location:
Search - bp classification

Search list

[Graph Recognizebp神经网络的车辆分类

Description: c语言编写的基于BP神经网络的对图像车辆分类,其中图像特征提取是用图像不变矩,给出了图像不变矩的样本数据和验证数据。-based BP neural network image of the vehicle classification, Feature Extraction which is the same image moments, the image is unchanged Moments sample data and test data.
Platform: | Size: 1101824 | Author: adder | Hits:

[AI-NN-PR广义异或bp算法

Description: 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achieving broad differences or problems bp neural network algorithm. The problem is different to the standard or the promotion. Differences in standards or issue, the importation of X1 and X2 from discrete or a-1, in the broadest sense of differences or problems, the input (X1, X2) in the interval [-1, 1] X [1, 1] arbitrary value. while output Y = sign (x1, x2), in which the sign () to sign function in the interval [-1, 1] X [1, 1] with randomly generated 500 samples. the standard procedure used in the BP Network classification.
Platform: | Size: 52224 | Author: 刘波 | Hits:

[AI-NN-PRbp

Description: BP网络汽车分类matlab源码——模式识别-BP network matlab source car classification- Pattern Recognition
Platform: | Size: 1024 | Author: 刘素京 | Hits:

[matlab3bp

Description: 这是一个用MATLAB语言编写的三分类BP程序,绘制了误差曲线-This is a MATLAB language with three BP classification procedures, rendering the error curve
Platform: | Size: 1024 | Author: | Hits:

[AI-NN-PRbp

Description: neural network source, a relatively new algorithm, better classification results! -neural network source, a relatively new algorithm, better classification results!
Platform: | Size: 3072 | Author: 庞冲 | Hits:

[Documentsbp

Description: 利用bp神经网络对遥感图像进行分类,输入样本值后,根据样本值对遥感图像不同的地物进行分类,分类后计算每种地物所占面积-The use of bp neural network classification of remote sensing images, enter a sample value, based on the sample value of the different features of remote sensing image classification, classification features calculated for each share of area
Platform: | Size: 3072 | Author: sun | Hits:

[AI-NN-PRbp

Description: 利用bp算法对鸢尾花数据进行分类的matlab实现程序-Bp algorithm using iris data classification procedures to achieve matlab
Platform: | Size: 7168 | Author: 王银 | Hits:

[AI-NN-PRbp-assort

Description: 应用bp算法实现对iris数据库的分类,iris数据库是人们广泛使用的用于模式分类的实例系统。它含有150个例子,分为三类,每个类由四个实数特征值描述,分别表示萼片(sepal )长度,萼片宽度,花瓣(petal )长度,花瓣宽度。问题是根据这四个特性值分类三种iris 植物,输入为四个特征值和类别 (5.1 3.5 1.4 0.2 0),输出算法分类结果 -Bp algorithms applied to the iris database, the classification, iris database is widely used for pattern classification of the instances of the system. It contains 150 examples, divided into three categories, each class consists of four real eigenvalue description, respectively sepals (sepal) length, sepal width, petal (petal) length, petal width. The problem is classified according to the value of these four characteristics of three kinds of iris plants, enter the four characteristic values and categories (5.1 3.5 1.4 0.2 0), the output algorithm classification results
Platform: | Size: 3072 | Author: 姜丽 | Hits:

[Graph programbp-classification

Description: 使用bp(反向传播算法)实现分类问题,并观察分类过程中误差的变化。-Use bp (back-propagation algorithm) to achieve the classification and observe the changes in classification process in the error.
Platform: | Size: 30720 | Author: 王晶 | Hits:

[matlabbp

Description: BP网络进行分类。matlab源码。经过验证-BP network classification. matlab source code. Proven
Platform: | Size: 1024 | Author: yangyi | Hits:

[Graph programbp-fenge

Description: 对图像进行了预处理,同时确定了图像的分类数,对图像进行了基于自组织特征映射的图像聚类处理。-Of the image of the pre-processing, while identifying the classification of the image the number of pairs of images based on self-organizing maps clustering image processing.
Platform: | Size: 3072 | Author: lmj | Hits:

[AI-NN-PRBp

Description: 利用Bp神经网络实现的两类分类程序,程序简单明了,初学者也看得懂。-Bp neural network using two types of classification procedures, the program is simple, beginners can understand.
Platform: | Size: 65536 | Author: haiyang | Hits:

[AI-NN-PRBP-Iris-classifier

Description: 使用BP网络实现了对Iris数据的分类,使用了可变学习速率和带动量的梯度下降算法。-Using the BP network realizes the classification of Iris data, the use of the variable learning rate and the amount of gradient descent algorithm driven.
Platform: | Size: 2048 | Author: chenlei | Hits:

[AI-NN-PRBP-Neural-Network-

Description: BP神经网络的数据分类,语言特征信号分类。选取了民歌、古筝、摇滚和流行四类不同音乐,用BP神经网络实现有效分类。-BP neural network data classification, language characteristic signal classification. Selected folk songs, zither, four different types of rock and pop music, with BP neural network for effective classification.
Platform: | Size: 379904 | Author: lucy | Hits:

[AI-NN-PRBP

Description: 神经网络中的 BP 网络,数据分类-语音特征信号分类,matlab程序-BP neural network in the network, data classification- voice characteristic signal classification, matlab program
Platform: | Size: 2048 | Author: gabrielyg | Hits:

[matlabBP-class

Description: BP算法用于分类,MATLAB环境, 可以直接运行。-BP algorithm is used for classification, can run directly.
Platform: | Size: 375808 | Author: 朱凡 | Hits:

[AI-NN-PRbp-net

Description: bp神经网络的论文,和程序。论文8篇,来自于万方。程序是基于BP的分类识别算法。-BP neural network papers, and program. 8 papers, from China. Program is based on BP classification and recognition.
Platform: | Size: 3390464 | Author: 王大力 | Hits:

[AI-NN-PRBp-Classic-example

Description: 使用C++写的BP神经网络算法,经典实现,可以直接打开运行的,输入层,隐层,输出层自己定义,实现BP分类。-BP neural network algorithm using C++ wrote, Classical, can directly open run, input layer, hidden layer and output layer defined BP classification.
Platform: | Size: 316416 | Author: 张元科 | Hits:

[Special EffectsBP-Classification

Description: 基于matlab神经网络的遥感图像分类,使用了BP神经网络-Matlab neural network-based remote sensing image classification using BP neural network
Platform: | Size: 2048 | Author: 汪峰 | Hits:

[Special EffectsBP-classification

Description: BP神经网络图像分类程序,代码很好懂,适合初学者。样本选的不是很大。-BP neural network image classification procedures, code easy to understand for beginners. Sample selected is not great.
Platform: | Size: 1742848 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 ... 26 »

CodeBus www.codebus.net